home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / include / ds5000.md / RCS / vmMach.h,v < prev   
Encoding:
Text File  |  1989-07-08  |  1.6 KB  |  67 lines

  1. head     1.1;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @ * @;
  7.  
  8.  
  9. 1.1
  10. date     89.07.08.14.56.16;  author nelson;  state Exp;
  11. branches ;
  12. next     ;
  13.  
  14.  
  15. desc
  16. @Initial version from DECWRL.
  17. @
  18.  
  19.  
  20.  
  21. 1.1
  22. log
  23. @Initial revision
  24. @
  25. text
  26. @/*
  27.  * vmMach.h --
  28.  *
  29.  *     Commands to give to the virtual memory command routine.
  30.  *     the virtual memory module.
  31.  *
  32.  * Copyright (C) 1989 by Digital Equipment Corporation, Maynard MA
  33.  *
  34.  *            All Rights Reserved
  35.  *
  36.  * Permission to use, copy, modify, and distribute this software and its 
  37.  * documentation for any purpose and without fee is hereby granted, 
  38.  * provided that the above copyright notice appear in all copies and that
  39.  * both that copyright notice and this permission notice appear in 
  40.  * supporting documentation, and that the name of Digital not be
  41.  * used in advertising or publicity pertaining to distribution of the
  42.  * software without specific, written prior permission.  
  43.  *
  44.  * Digitial disclaims all warranties with regard to this software, including
  45.  * all implied warranties of merchantability and fitness.  In no event shall
  46.  * Digital be liable for any special, indirect or consequential damages or
  47.  * any damages whatsoever resulting from loss of use, data or profits,
  48.  * whether in an action of contract, negligence or other tortious action,
  49.  * arising out of or in connection with the use or performance of this
  50.  * software.
  51.  *
  52.  * $Header: vmMach.h,v 1.1 88/09/22 20:05:30 nelson Exp $ SPRITE (DECWRL)
  53.  */
  54.  
  55. #ifndef _VMMACHUSER
  56. #define _VMMACHUSER
  57.  
  58. #include "sprite.h"
  59.  
  60. /*
  61.  * The different pmax dependent commands to give to Vm_Cmd.  They should
  62.  * start at VM_FIRST_MACH_CMD.
  63.  */
  64.  
  65. #endif _VMMACHUSER
  66. @
  67.